home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / LISP Related / LISP Goodies / MCL 2.0 patch1 / Patch1 announcement < prev   
Encoding:
Text File  |  1992-10-30  |  2.5 KB  |  74 lines  |  [TEXT/ttxt]

  1. The first patch to Macintosh Common Lisp 2.0 is now available. There
  2. are two ways to get it: by sending mail to our archive server, or by
  3. anonymous FTP. Instructions for decoding the patch (it's in BinHex
  4. format) and installing it are in the documentation file accompanying
  5. the patch.
  6.  
  7. This is version 1.1 of patch 1 (you can check the version number in 
  8. mcl2.0p1.fasl's "Get Info" box). If you have an old (v 1.0) copy of
  9. this patch, please discard it and install the new one.
  10.  
  11. This patch contains minor bug fixes we've accumulated over the
  12. several months since MCL 2.0 was frozen for release. Here is a 
  13. description of the most serious bug fixed by the patch:
  14.  
  15.     EQUAL & EQUALP hash tables sometimes neglect to notice that they 
  16.     need to be rehashed. This can result in the insertion of a 
  17.     duplicate key which causes the next rehash to enter an infinite loop. 
  18.  
  19. This patch is around 95K long, but will increase the size of your 
  20. MCL image by much less than that, since many of the functions 
  21. redefined in the patch are swappable.
  22.  
  23.  
  24. To Download from the archive server:
  25.  
  26. The archive server is available to anyone who can send mail to an
  27. Internet address, including those of you who use a service (like
  28. CompuServe or AppleLink) that has a gateway to the Internet. If you
  29. have not already done so, you should get the Help file on this
  30. service by sending this message (this should be the body of the 
  31. message, not the Subject line):
  32.  
  33.     Help
  34.  
  35. to this address:
  36.  
  37.     Archive-server@cambridge.apple.com
  38.  
  39. Please see the MCL 2.0 Release Notes for more information on 
  40. this service. Here are the contents of a message that just
  41. downloaded the patch and documentation files to my Internet mailbox:
  42.  
  43.     path mark@cambridge.apple.com
  44.     size 300000
  45.     send mcl2/patches/mcl2.0p1-notes.txt
  46.     send mcl2/patches/mcl2.0p1.fasl.hqx
  47.  
  48. Please remember to replace my address (in the "path" command) with 
  49. yours!
  50.  
  51. If your mail system cannot receive long messages, be sure to
  52. update the "size" line in the above message (see the archive server
  53. help document for more on this command).
  54.  
  55.  
  56. To download by anonymous FTP:
  57.  
  58. You can anonymously ftp the patch and its documentation from 
  59. cambridge.apple.com. Logon to this host as anonymous, then 
  60. type your user name for a password. Here are the files you want:
  61.  
  62.     /pub/mcl2/patches/mcl2.0p1-notes.txt
  63.     /pub/mcl2/patches/mcl2.0p1.fasl.hqx
  64.  
  65.  
  66. Thanks for using our Lisp. Please let us know if you have any problems
  67. downloading or installing the patch.
  68.  
  69.  
  70. Mark Preece
  71. Apple ATG
  72. mark@cambridge.apple.com
  73. AppleLink: PREECE
  74.